home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo ------------------------------------------------------------------------
- echo MODEM-to-MULTIPLAYER support switcher for DooM II Extender by A.Sundeyev
- echo ------------------------------------------------------------------------
- if exist demodem.777 goto switchtomodem
- rem otherwise switchtodwango
- ren doom2.exe demodem.777
- ren doom2.777 doom2.exe
- ren doom2com.old doom2.com
- echo Switched to GAME SERVER & DWANGO mode.
- goto finish
-
- :switchtomodem
- ren doom2.com doom2com.old
- ren doom2.exe doom2.777
- ren demodem.777 doom2.exe
- echo Switched to MODEM mode.
- :finish